Tekton Integration Testing & Kubernetes Operators

Today, I tried to implement some integration tests for a Kubernetes controller, in the context of Tekton Pipelines. Docker-in-Docker I would run my tests on my own production cluster. I do not want to impact existing operations. As such, I want to run my tests in some isolated environment. The Tekton Catalog gives a sample … Continue reading Tekton Integration Testing & Kubernetes Operators